home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_2.zip / FILES07.EXE / CREATE.EPA < prev    next >
Text File  |  1994-08-22  |  12KB  |  373 lines

  1. _DOS ERASE MYFILE.TXT
  2. %
  3. _DISPLAY
  4.  
  5.           -- LESSON 2 --
  6.  
  7.     CREATING A DOCUMENT WITH EPED
  8.  
  9. .....................................
  10. _ENDDISPLAY
  11. %
  12. _DISPLAY
  13.  The first lesson introduced the keyboard, the EPED
  14.  screen and the basic concepts of word processing.
  15.  Now you will begin to put this knowledge to work by
  16.  creating your own document.
  17. _ENDDISPLAY
  18. %
  19. _DISPLAY
  20.  In this lesson, you will learn about:
  21.  
  22.     *filenames and paths
  23.  
  24.     *opening new files and retrieving old files
  25.  
  26.     *saving files
  27.  
  28.     *changing settings and options such as margins,
  29.      page length, wordwrap, and insert mode
  30.  
  31.     *editing files with <Backspace> and <Delete>
  32. _ENDDISPLAY
  33. %
  34. _DISPLAY
  35.  When creating a document in EPED, the steps to follow
  36.  are simple:
  37.  
  38.    *Open a new file by pressing <F2> and choosing
  39.     the "Open file this window" option.
  40.  
  41.    *Set the features and settings you desire
  42.     for your document using the <F6>-SET menu.
  43.  
  44.    *Type the document, then make changes and
  45.     corrections (edit).
  46.  
  47.    *Save the document frequently while typing
  48.     and editing using <F9>-SAVE.
  49. _ENDDISPLAY
  50. %
  51. _DISPLAY
  52.  Before you begin, however, let's talk about FILENAMES
  53.  and PATHS.
  54.  
  55.  Each file is identified by a unique name.  Filenames are
  56.  constructed in a specific format:
  57.  
  58.       *1 to 8 characters for the name
  59.  
  60.       *1 to 3 characters preceded by a period
  61.        (called the file extension).  File extensions
  62.        are optional.
  63.  
  64.  The name can be either alphabetic or numeric characters.
  65.  Either upper or lower case are allowed.
  66. _ENDDISPLAY
  67. %
  68. _DISPLAY
  69.  The filename may be preceded by a disk drive name (for example,
  70.  A: or C:) to indicate where the file can be found.  It is
  71.  necessary to include this if the file resides on a drive other
  72.  than the current one.
  73.  
  74.  If your computer has a hard disk, a PATH may also precede the
  75.  filename.  The PATH specifies the directory in which the file
  76.  has been saved.
  77. _ENDDISPLAY
  78. %
  79. _DISPLAY
  80.      The following are all examples of legal filenames:
  81.  
  82.                    COMMAND.COM
  83.                    My.txt
  84.                    B:Text
  85.                    C:\words\text.doc
  86.  
  87.  The last example includes both a drive and path.  "C:" specifies
  88.  the disk drive;  "\words\text.doc" is the path, indicating that
  89.  the file named "text.doc" is located in the directory "words".
  90. _ENDDISPLAY
  91. %
  92. _DISPLAY
  93.  The first step in creating a document is to OPEN A NEW FILE.
  94.  (For now we will review the steps; you will have a chance to
  95.  create your own document later in the tutorial.)
  96.  
  97.  Pressing <F2> will bring a pop-up menu to the screen.  The
  98.  first option -- "Open file this window" -- allows you to open
  99.  new files and to access existing files.  Move the selection
  100.  bar to this option using the up and down arrow keys and press
  101.  <Enter>.
  102. _ENDDISPLAY
  103. %
  104. _DISPLAY
  105.  After choosing the option "Open file this window", a prompt
  106.  box will appear on the screen which will display the filename
  107.  of the document currently or most recently accessed.
  108.  
  109.  If you wish to OPEN A NEW FILE, type the name of the file in
  110.  the prompt box.  (As soon as you begin to type, the filename
  111.  displayed in the prompt box will disappear.)  Press <Enter>
  112.  and you will see a blank screen, with the name of your file
  113.  now displayed on the Status Line.
  114. _ENDDISPLAY
  115. %
  116. _DISPLAY
  117.  At the next screen, open a new file using MYFILE.TXT as the
  118.  filename.
  119.  
  120.  To review the steps just described for opening a new file:
  121.  
  122.    *Press <F2>, move the selection bar to the first option
  123.     "Open file this window", and press <Enter>.
  124.  
  125.    *At the prompt box, type the filename  MYFILE.TXT  for
  126.     your new file.
  127.  
  128.    *Press <Enter> and a blank screen will appear, with the
  129.     name of your file displayed on the Status Line.
  130. _ENDDISPLAY
  131. %
  132. [Press <F2>, choose "Open file..", filename = MYFILE.TXT, press <Enter>]
  133. %
  134. _DISPLAY
  135.  Before typing your document, you can select certain
  136.  options such as word wrap and insert mode, and determine
  137.  settings such as margins and tabs. These settings and
  138.  options can be accessed by pressing the <F6>-SET menu.
  139.  
  140.  To change the settings, press <F6> and move the selection
  141.  bar to the appropriate option.  Press <Enter> and another
  142.  menu will appear, displaying the current settings.  To
  143.  change a setting, move the selection bar to that setting
  144.  and press <Enter> again.  Pressing <Enter> this time will
  145.  turn the setting On or Off (for word wrap, for example),
  146.  or it may allow you to enter a new setting (such as right
  147.  or left margin).
  148. _ENDDISPLAY
  149. %
  150. _DISPLAY
  151.  One of the settings - INSERT mode - can be turned On and
  152.  Off by using either <F6> or by pressing the <INSERT> key.
  153.  This is a toggle switch; pressing it once turns it On,
  154.  pressing it again will turn it Off.
  155.  
  156.  The Status Line at the bottom of the screen will indicate
  157.  the current status for several of the settings:  "INS"
  158.  indicates that Insert mode is On; "WW" indicates that
  159.  word wrap is On; "OVR" indicates that Insert mode is Off
  160.  and Overwrite mode is On.
  161. _ENDDISPLAY
  162. %
  163. _DISPLAY
  164.  At the next screen, review the setup options in the <F6> menu:
  165.  
  166.     *Press <F6> to see the Setup menu.
  167.  
  168.     *Move the selection bar to one of the menu options -
  169.      "WW, Justify, etc." for example - and press <Enter>.
  170.      This will display the current settings.
  171.  
  172.     *Next, move the selection bar to one of the settings.
  173.      Press <Enter> several times to see how the setting
  174.      toggles On and Off.
  175.  
  176.     *Press <Esc> to remove the menus from the screen.
  177.  
  178. _ENDDISPLAY
  179. %
  180. [<F6> & select option; press <Enter> to change; <Esc> to exit menus]
  181. %
  182. _DISPLAY
  183.  Before typing your document, you will probably want to check
  184.  the margin settings, and you may want to change certain
  185.  options such as Wordwrap.
  186.  
  187.  At the next screen, choose the following settings for your
  188.  document:
  189.                 *Set Left Margin to 5.
  190.  
  191.                 *Set Right Margin to 70.
  192.  
  193.                 *Turn Word Wrap ON.
  194.  
  195.                 *Turn Insert mode ON.
  196.  
  197.   After changing the settings, you will also want to SAVE THE
  198.   SET UP.  At the main Set Up menu, move the selection bar to
  199.   the "Save Setup" option and press <Enter>.
  200. _ENDDISPLAY
  201. %
  202. [<F6> & select option; <Enter> to change; save setup; <Esc> to exit menu]
  203. %
  204. _DISPLAY
  205.  Now that you have determined the settings for your document,
  206.  you can begin typing. The next screen will return you to the
  207.  new file.  Type your own document - such as a letter or memo -
  208.  that is at least one full screen of text.
  209.  
  210.  Since word wrap is ON, remember to press <Enter> only at the
  211.  end of a paragraph or at the end of a short line such as a
  212.  heading or name and address (NOT at the end of each line in
  213.  a paragraph).  Watch the screen as you type a paragraph and
  214.  see how the words wrap around to the next line.
  215.  
  216.  When you have finished typing, press <F9> to SAVE the file
  217.  before continuing with the tutorial.
  218. _ENDDISPLAY
  219. %
  220. [Type a document, then press <F9> to Save]
  221. _CLEARALL
  222. %
  223. _DISPLAY
  224.  As you type and edit a document, it is very important to
  225.  SAVE it at regular intervals - say, every 15 or 20 minutes.
  226.  Pressing <F9> will save the text currently on the screen.  A
  227.  brief message will appear at the top of the screen indicating
  228.  that the file is being saved.
  229.  
  230.  Also, before leaving your document, make sure that you save
  231.  the file.  When exiting from EPED using the <F10>-DONE key,
  232.  or before opening another file, EPED will ask if you want to
  233.  save the file if you haven't already done so.  Answer YES if
  234.  you wish to save the most current version of the file.
  235. _ENDDISPLAY
  236. %
  237. _DISPLAY
  238.  Now that you have opened a file and typed your document,
  239.  let's move on to the EDITING features of EPED...
  240.  
  241.  As you're typing, or while proof-reading, you may find
  242.  errors -- misspelled words, missing words or lines  --
  243.  or you may want to rephrase a portion of the text.
  244.  The editing features of EPED make the task simple.
  245. _ENDDISPLAY
  246. %
  247. _DISPLAY
  248.  Most editing can be done using just a few keys:
  249.  
  250.   *<BACKSPACE> removes characters to the left of the
  251.    cursor; remaining characters move to the left.
  252.  
  253.   *<DELETE> or <DEL> removes the character directly above
  254.    the cursor; remaining characters move to the left.
  255.  
  256.   *INSERT mode allows you to insert additional characters
  257.    to the left of the cursor.  Existing text moves to the
  258.    right.
  259.  
  260.   *OVERWRITE mode causes existing characters to be replaced
  261.    by new characters.
  262. _ENDDISPLAY
  263. %
  264. _DISPLAY
  265.  When editing, move the cursor to the place where the
  266.  correction should be made.  Retype or insert the necessary
  267.  characters, and then press <F9> to save the corrections.
  268.  
  269.  One final - and very important - note about editing:  You
  270.  should not press <Enter> after changing a word or line.  Use
  271.  the ARROW KEYS to move to another line after making changes,
  272.  adding text, and so on.  <Enter> should be used only when
  273.  creating the document to signal the end of a paragraph or
  274.  short line such as a heading.
  275. _ENDDISPLAY
  276. %
  277. _DISPLAY
  278.  Now you will return to the memo or letter that you typed.
  279.  Practice your editing techniques using the keys just
  280.  discussed.
  281.  
  282.  Edit using both INSERT and OVERWRITE modes to compare
  283.  the difference.  (Change from INS to OVR mode using the
  284.  <F6>-SET menu or by pressing the <Insert> key.)
  285.  
  286.  Remember, use the arrow keys to move around the document
  287.  while editing.  Do NOT press the <Enter> key while editing.
  288. _ENDDISPLAY
  289. %
  290. _OPENFILE MYFILE.TXT
  291. [<Backspace>, <Del>, <Insert> to edit; arrow keys to move, <F9> to Save]
  292. _CLEARALL
  293. %
  294. _DISPLAY
  295.  In the process of editing your document, adding and
  296.  deleting characters may cause the text to be out of line
  297.  with the margins.  If the document was typed with word wrap
  298.  On, you can correct this using the FORMAT PARAGRAPH command
  299.  in the <F4>-TXT menu.
  300.  
  301.  To use this command, first place the cursor in the first line
  302.  of the paragraph to be reformatted.  Then press <F4>, choose
  303.  "Format paragraph" using the selection bar, and press <Enter>.
  304.  The text will automatically be reformatted.
  305. _ENDDISPLAY
  306. %
  307. _DISPLAY
  308.  At the next screen you will return to your document.  Delete
  309.  half of a line of text in a paragraph.  Then practice using
  310.  the FORMAT PARAGRAPH command and watch the text as it is
  311.  repositioned on the screen.
  312.  
  313.  To review the steps again:
  314.      *Delete half a line of text in a paragraph.
  315.      *Place the cursor in the first line of the paragraph
  316.       to be reformatted.
  317.      *Press <F4>, choose the "Format paragraph" command.
  318.      *Press <Enter> and the text will be reformatted.
  319.  
  320.  Remember to save the file again after making any changes.
  321. _ENDDISPLAY
  322. %
  323. _OPENFILE MYFILE.TXT
  324. [Delete text, move cursor to 1st line of paragraph, <F4>-Format paragraph]
  325. _CLEARALL
  326. %
  327. _DISPLAY
  328.  Now you know the basic steps to create, edit and save a
  329.  document.
  330.  
  331.  Let's review the key points of this tutorial:
  332.  
  333.   *Create a new file or retrieve an existing file using
  334.    <F2>-"Open file this window".  After the file has been
  335.    created or retrieved, the filename will appear on the
  336.    Status Line.
  337.  
  338.   *Filenames may be from 1 to 8 characters in length with
  339.    an optional file extension (1 to 3 characters preceded
  340.    by a period).  A disk drive letter and a path may also
  341.    be used with a filename.
  342. _ENDDISPLAY
  343. %
  344. _DISPLAY
  345.  *Change settings using the <F6>-SET menu.
  346.  
  347.  *As you are typing your document, remember to save
  348.   it at regular intervals by pressing the <F9> key.
  349.  
  350.  *Edit the document using the <Backspace>, <Delete>, and
  351.   arrow keys, in either Insert or Overwrite mode.
  352. _ENDDISPLAY
  353. %
  354. _DISPLAY
  355.  *Press <Enter> when typing the document to signal the
  356.   end of a line or paragraph.  When editing, however,
  357.   do not press <Enter> after making the changes to the
  358.   text.  Use the arrow keys to move to the next line.
  359.  
  360.  *If word wrap is On, reformat a paragraph by placing
  361.   the cursor in the first line of the paragraph and then
  362.   pressing the <F4>-"Format paragraph" option.
  363. _ENDDISPLAY
  364. %
  365. _DISPLAY
  366.  This ends lesson two.  You will now return to the
  367.  Tutorial Menu, where you can choose another lesson
  368.  or exit from the tutorial.
  369. _ENDDISPLAY
  370. %
  371. _RUN WPTM.EPA
  372.  
  373.